GET FILE NAME$

This command will get the filename of the file currently recorded by the file search commands FIND FIRST and FIND NEXT.

  Syntax
Return String=GET FILE NAME$()
  Returns

The filename of the file currently recorded by the file search commands FIND FIRST and FIND NEXT

  Example Code
cls
find first
repeat
printC "file name= "+get filename$()
printC " file type = "+str$(get file type())
print " file date = "+str$(get file date$())
find next
until get file type()=-1
do
loop
end
  See also

FILE Commands Menu
Index